projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4459780
)
(recentf-save-file): Run file names that begin with a period thru
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:11:20 +0000
(10:11 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 10:11:20 +0000
(10:11 +0000)
`convert-standard-filename'.
lisp/recentf.el
patch
|
blob
|
history
diff --git
a/lisp/recentf.el
b/lisp/recentf.el
index 0a21a9dcc8e6736b3d0c201fb71df0608b3fbd7e..20ff12c33da739312876fb72a5cc6baa06beb168 100644
(file)
--- a/
lisp/recentf.el
+++ b/
lisp/recentf.el
@@
-67,7
+67,7
@@
See the command `recentf-save-list'."
:group 'recentf
:type 'integer)
-(defcustom recentf-save-file
"~/.recentf"
+(defcustom recentf-save-file
(convert-standard-filename "~/.recentf")
"File to save the recent list into."
:group 'recentf
:type 'file